From: Matthias Clasen Date: Thu, 23 Mar 2017 15:13:33 +0000 (+0000) Subject: Avoid redefining GNU_SOURCE X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~662 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=12155b4ee36e34026914a688488ae425fd2906c4;p=gtk%2B3.0.git Avoid redefining GNU_SOURCE Gives a compiler warning with the wrong flags. --- diff --git a/tests/gtkgears.c b/tests/gtkgears.c index d46f59876a..32a24dafb4 100644 --- a/tests/gtkgears.c +++ b/tests/gtkgears.c @@ -35,7 +35,6 @@ * Jul 13, 2010 */ -#define _GNU_SOURCE #include "config.h" #include